__version__.py 441 B

1234567891011121314
  1. # .-. .-. .-. . . .-. .-. .-. .-.
  2. # |( |- |.| | | |- `-. | `-.
  3. # ' ' `-' `-`.`-' `-' `-' ' `-'
  4. __title__ = 'requests'
  5. __description__ = 'Python HTTP for Humans.'
  6. __url__ = 'https://requests.readthedocs.io'
  7. __version__ = '2.24.0'
  8. __build__ = 0x022400
  9. __author__ = 'Kenneth Reitz'
  10. __author_email__ = 'me@kennethreitz.org'
  11. __license__ = 'Apache 2.0'
  12. __copyright__ = 'Copyright 2020 Kenneth Reitz'
  13. __cake__ = u'\u2728 \U0001f370 \u2728'